Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

166
Visualizações
How to specify label and description fields in CKAN "datastore_create" API request

Im creating a datastore using CKAN API, but CKAN is ignoring the label and description properties:

const fields = [
  {
    id: "id_unique",
    type: "text",
    label: "label of id_unique", // CKAN ignoring this property
    description: "description of id_unique", // CKAN ignoring this property
  },
  {
    id: "latitude",
    type: "text",
    label: "label of latitude", // CKAN ignoring this property
    description: "description of latitude", // CKAN ignoring this property
  },
  {
    id: "longitude",
    type: "text",
    label: "label of longitude", // CKAN ignoring this property
    description: "description of longitude", // CKAN ignoring this property
  },
]

await clientAction('datastore_create', {
  package_id,
  resource_id,
  force,
  fields,
  records,
  primary_key,
})

Result:

enter image description here

How can I send the "label" and "description" properties?

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Found out the solution. It's specified in a info field:

const fields = [
  {
    id: "id_unique",
    type: "text",
    info: {
      notes: "description of id_unique",
      label: "label of id_unique",
    }
  },
  {
    id: "latitude",
    type: "text",
    info: {
      notes: "description of latitude",
      label: "label of latitude",
    }
  },
  {
    id: "longitude",
    type: "text",
    info: {
      notes: "description of longitude",
      label: "label of longitude",
    }
  },
]
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda